LineBreakType Enumeration
Represents a set of line breaking rules to use with a text.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum LineBreakType
Public Enumeration LineBreakType
| Normal | 0 |
Line breaks may occur between arbitrary characters.
|
| Strict | 1 |
Line breaks shall not occur before or after implementation defined characters.
|
| None | 2 |
None.
|